BinaryStream.Position

The current file position in the binarystream. The first position is numbered zero.

Syntax

Position as Integer

Notes

This property is automatically incremented by all of the Read and Write methods.